Kotlin JS GitHub Action SDK
/
com.rnett.action
/
Path
/
append
append
suspend fun
append
(data:
String
, encoding:
String
? = "utf8", createParents:
Boolean
= true)
Content copied to clipboard
suspend fun
append
(data:
ByteArray
, createParents:
Boolean
= true)
Content copied to clipboard
suspend fun
append
(data:
<ERROR CLASS>
, createParents:
Boolean
= true)
Content copied to clipboard
Append
data
to this file, creating it if it doesn't exist.